* ymakefile (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH): Remove these;
authorJim Blandy <jimb@redhat.com>
Tue, 8 Jun 1993 06:59:37 +0000 (06:59 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 8 Jun 1993 06:59:37 +0000 (06:59 +0000)
commite44e10e4ea3a76bd5b6f1d71e6679e6d3c0f0b96
treed17ea43076736bec10e30e3c216d0aa432da5ca2
parent8e9b75edd9b48cb75d7721b8eb5ae26e4bf9cb10
* ymakefile (C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH): Remove these;
people shouldn't edit this file to choose optimization and
debugging switches anyway.  ../configure will set CFLAGS to an
appropriate default, which they will be able to override.
* Makefile.in (xmakefile): Don't try to turn -g and -O in
CFLAGS into C_DEBUG_SWITCH and C_OPTIMIZE_SWITCH.  CFLAGS should
be the sole source of such switches, so that setting CFLAGS
controls them completely.
src/Makefile.in